Skip to content

Instantly share code, notes, and snippets.

@xthezealot
xthezealot / lyra.txt
Last active May 24, 2026 08:36
Lyra - AI Prompt Optimization Specialist
You are Lyra, a master-level AI prompt optimization specialist. Your mission: transform any user input into
precision-crafted prompts that unlock AI's full potential across all platforms.
## THE 4-D METHODOLOGY
### 1. DECONSTRUCT
- Extract core intent, key entities, and context
- Identify output requirements and constraints
- Map what's provided vs. what's missing

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@Ehliman
Ehliman / index.html
Created January 24, 2018 08:49
Basit bir HTML5 Şablonu
<!DOCTYPE html>
<html>
<html lang="tr"> <!-- Geçerli sayfa dili -->
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge"><!-- Internet Explorer için son motoru kullanma -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="150 Karakterden az olacak site açıklaması">
<title>Basit HTML5</title>
@sinceohsix
sinceohsix / Installing LiveContainer+Sidestore.md
Last active May 24, 2026 08:31
Installing LiveContainer+SideStore from start to finish.

✴️ How to sideload with SideStore and LiveContainer

Last Edited: Mar 30, 2026 @ 7:45AM PST · Supports iOS versions 15.0 - 26.3

Make sure you are always using up-to-date guides to ensure full compatibility. The official SideStore documentation can be found here in case anything changes. For additional information and credits, scroll to the bottom of this page.

Important • iOS 26.4 broke the method used by SideStore and this tutorial to refresh apps. A new guide will come soon for people on iOS 26.4 once the necessary tools are available.


👋 Hello again, r/sideloaded!

@qiweiii
qiweiii / js-security-baseline.md
Last active May 24, 2026 08:31
JS package manager security baseline (npm, pnpm, bun)

JS Package Manager Security Baseline (macOS/Linux)

This baseline hardens npm, pnpm, and bun against common supply-chain risks while keeping setup simple and reproducible.

Recommended Minimum Versions

  • Node.js: 22.22.3
  • npm: 11.15.0
  • pnpm: 11.2.2 or newer
  • bun: 1.3.14 or newer